home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / dos60sup.zip / COMMANDS.TX_ / COMMANDS.bin
Text File  |  1993-04-05  |  76KB  |  2,305 lines

  1. 4201.CPI---------------------------------------------------------------------
  2.  
  3. Code-page information file for IBM Proprinters II and III Model 4201,
  4. and IBM Proprinters II and III XL Model 4202.
  5.  
  6. 4208.CPI---------------------------------------------------------------------
  7.  
  8. Code-page information file for IBM Proprinter X24E Model 4207, and 
  9. IBM Proprinter XL24E Model 4208.
  10.  
  11. 5202.CPI---------------------------------------------------------------------
  12.  
  13. Code-page information file for IBM Quietwriter III printer.
  14.  
  15. ADOS-------------------------------------------------------------------------
  16.  
  17. Starts AccessDOS, a package of MS-DOS extensions for persons with motion 
  18. and hearing disabilities.
  19.  
  20. See ADOS.TXT for information about using AccessDOS.
  21.  
  22. SYNTAX
  23. ------
  24. ADOS [/A] [/C] [/L] [/M] [/X]
  25.  
  26. SWITCHES
  27. --------
  28. /A
  29.    Installs AccessDOS.
  30.  
  31. /C
  32.    Runs AcessDOS in color mode.
  33.  
  34. /L
  35.    Runs AccessDOS in LCD mode.
  36.  
  37. /M
  38.    Runs AccessDOS in monochrome mode.
  39.  
  40. /X
  41.    Runs AccessDOS in minimal mode.
  42.  
  43. ASSIGN-----------------------------------------------------------------------
  44.  
  45. Redirects requests for disk operations on one drive to a different drive. 
  46.  
  47. Some older programs can read and write files only on drives A and B. With 
  48. the ASSIGN command, you can redirect disk operations for those programs so 
  49. that you can read and write files on drives other than A and B. 
  50.  
  51. SYNTAX 
  52. ------
  53. ASSIGN [x[:]=y[:][...]] 
  54.  
  55. To redirect all drive letters to their original drives, use the following 
  56. syntax: 
  57.  
  58. ASSIGN 
  59.  
  60. To display a list of the current assignments, use the following syntax: 
  61.  
  62. ASSIGN /STATUS 
  63.  
  64. PARAMETERS 
  65. ----------
  66. x  
  67.    Specifies the drive from which you want to redirect read and write 
  68.    operations. This value must be a letter. The use of the colon (:) 
  69.    is optional. y Specifies the existing drive to which you want to redirect 
  70.    read and write operations. This value must be a letter. The use of the 
  71.    colon (:) is optional. 
  72.   
  73. SWITCH
  74. ------
  75. /STATUS  
  76.    Lists current assignments. You can abbreviate this switch as 
  77.    /STA or /S. 
  78.      
  79. NOTES
  80. -----
  81.  
  82. Invalid uses of ASSIGN 
  83. ----------------------
  84. You must not assign the drive letter of your hard disk to another drive. 
  85. You should not use ASSIGN for a drive that is in use by a program. 
  86.  
  87. You cannot use the drive letter of a hard disk drive that does not 
  88. exist for either the x or the y parameter. 
  89.  
  90. Avoid the use of ASSIGN in the following cases: 
  91. o With commands requiring drive information (BACKUP, JOIN, LABEL, RESTORE, 
  92.   SUBST) 
  93.  
  94. o With the DISKCOPY and FORMAT commands, which ignore drive reassignments 
  95.  
  96. o During typical use of MS-DOS, unless a program cannot read and write files 
  97.   on the specified drive 
  98.  
  99. Using ASSIGN with the APPEND command 
  100. ------------------------------------
  101. If you use both the ASSIGN and APPEND commands, you must use APPEND first, 
  102. even if the commands affect different drives. 
  103.  
  104. Using ASSIGN for network drives 
  105. -------------------------------
  106. You can use the ASSIGN command for network drives. 
  107.  
  108. Canceling a previous assignment as the result of a new assignment 
  109. -----------------------------------------------------------------
  110. Assigning a drive letter to a drive cancels previous assignments to it. 
  111. Suppose you assign drive A to drive letter C, as the following example 
  112. shows: 
  113.  
  114. ASSIGN A=C
  115.  
  116. Later you assign drive B to drive letter C, as the following example shows: 
  117.  
  118. ASSIGN B=C
  119.  
  120. As a result, drive A is no longer assigned to drive letter C. 
  121.  
  122. Using the SUBST command instead of ASSIGN 
  123. -----------------------------------------
  124. You should use the SUBST command instead of ASSIGN. The following commands 
  125. are equivalent: 
  126.  
  127. ASSIGN A=C
  128. SUBST A: C:\
  129.  
  130. EXAMPLES
  131. --------
  132. Suppose you want to use drive C to read and write files, but your program 
  133. requires you to put your program disk into drive A and your data disk into 
  134. drive B. To reassign the drive letters A and B to drive C, type the 
  135. following command: 
  136.  
  137. ASSIGN A=C B=C
  138.  
  139. This command causes MS-DOS to look for your program and data files on 
  140. drive C. 
  141.  
  142. To reset all drive letters to their original drives, type the ASSIGN 
  143. command without parameters, as follows: 
  144.  
  145. ASSIGN
  146.  
  147. BACKUP---------------------------------------------------------------------
  148.  
  149. Backs up one or more files from one disk onto another. 
  150.  
  151. You can back up files onto either a hard disk or floppy disk(s). 
  152. Files can also be backed up from one floppy disk onto another, even 
  153. if the disks have different numbers of sides or sectors. MS-DOS displays 
  154. the name of each file it backs up. 
  155.  
  156. SYNTAX 
  157. ------
  158. BACKUP source destination-drive: [/S] [/M] [/A][/F[:size]] 
  159.    [/D:date [/T:time]][/L[:[drive:][path]logfile]] 
  160.  
  161. PARAMETERS
  162. ----------
  163. source  
  164.    Specifies the location of files you want to back up. 
  165.    Source can consist of a drive letter and colon, a directory name, 
  166.    a filename, or a combination. 
  167.     
  168. destination-drive:  
  169.    Specifies the drive that contains the disk on which you want to store 
  170.    any backup files. The backup files are stored in the BACKUP.nnn and 
  171.    CONTROL.nnn files. That is, BACKUP assigns the names BACKUP.001 
  172.    and CONTROL.001 to the files it creates on the first backup disk you 
  173.    use, BACKUP.002 and CONTROL.002 to the files it creates on the second 
  174.    backup disk, and so on. 
  175.    
  176. SWITCHES
  177. /S 
  178.    Backs up the contents of all subdirectories. 
  179.    
  180. /M 
  181.    Backs up only files that have changed since the last backup, 
  182.    and turns off the archive attribute of the original files. 
  183.    
  184. /A 
  185.    Adds backup files to an existing backup disk without deleting 
  186.    existing files. (The /A switch is ignored if the existing backup 
  187.    disk contains backup files that were created by using the BACKUP 
  188.    command from MS-DOS version 3.2 or earlier.) 
  189.    
  190. /F[:size] 
  191.    Formats the backup disk to the size you specify. (The FORMAT command 
  192.    must be present in the current path.) With this switch, you direct 
  193.    BACKUP to format floppy disks that do not match the default size of 
  194.    the drive. The BACKUP command formats an unformatted destination disk 
  195.    even if you do not specify the /F switch. When BACKUP finishes 
  196.    formatting, it begins backing up files onto the last disk it formatted. 
  197.    Size specifies the size in kilobytes of the disk to be formatted. If 
  198.    you do not specify size, the /F switch uses the default size of the 
  199.    drive. The following list shows the valid values for size and a brief 
  200.    description of each size: 
  201.    
  202.    160 or 160k or 160kb 
  203.       160K, single-sided, double-density, 5.25-inch disk 
  204.    180 or 180k or 180kb 
  205.       180K, single-sided, double-density, 5.25-inch disk 
  206.    320 or 320k or 320kb 
  207.       320K, double-sided, double-density, 5.25-inch disk 
  208.    360 or 360k or 360kb 
  209.       360K, double-sided, double-density, 5.25-inch disk 
  210.    720 or 720k or 720kb 
  211.       720K, double-sided, double-density, 3.5-inch disk 
  212.    1200 or 1200k or 1200kb or 1.2 or 1.2m or 1.2mb 
  213.       1.2-MB, double-sided, quadruple-density, 5.25-inch disk 
  214.    1440 or 1440k or 1440kb or 1.44 or 1.44m or 1.44mb 
  215.       1.44-MB, double-sided, quadruple-density, 3.5-inch disk 
  216.    2880 or 2880k or 2880kb or 2.88 or 2.88m or 2.88mb 
  217.       2.88-MB, double-sided, 3.5-inch disk 
  218.  
  219. /D:date 
  220.    Backs up only files modified on or after the specified date. The 
  221.    date format depends on the setting you are using for the COUNTRY 
  222.    command. 
  223. /T:time Backs up only files modified at or after the specified time. 
  224.    The time format depends on the setting you are using for the COUNTRY 
  225.    command. 
  226. /L[:[drive:][path]logfile] 
  227.    Creates a log file and adds an entry to that file to record the 
  228.    backup operation. If you do not specify a location for the log file, 
  229.    BACKUP puts the file in the root directory of the source drive. If 
  230.    you do not specify logfile, BACKUP names the file BACKUP.LOG. You 
  231.    should not specify a removable drive (such as a floppy disk drive) 
  232.    for this parameter; but once the backup is complete, you can copy the 
  233.    log file to a floppy disk. 
  234.  
  235. NOTES
  236. -----
  237.  
  238. Backing up onto a disk with files
  239. ---------------------------------
  240. Unless you use the /A switch, BACKUP deletes old files (including 
  241. read-only files) from a backup disk before adding new files to it. 
  242.  
  243. Backup log file 
  244. ---------------
  245. If you use the /L switch and do not specify a name and location for 
  246. the log file, the BACKUP command adds a file named BACKUP.LOG to the 
  247. root directory of the source drive. If the BACKUP.LOG file already 
  248. exists, BACKUP adds the current entry to the file. A backup log-file 
  249. entry uses the following format: 
  250.  
  251. o The date and time of the backup appear on the first line. 
  252. o Each filename appears on a separate line with the number of 
  253.   the backup disk that contains the file. 
  254.  
  255. The backup log file can assist you later, when you need to identify 
  256. the files you want to restore. The RESTORE command always returns a 
  257. file to the original directory or subdirectory recorded in the backup 
  258. log, creating the subdirectory if necessary. 
  259.  
  260. Labeling backup disks 
  261. ---------------------
  262. It is important to label and number backup disks consecutively. As each 
  263. disk is filled, BACKUP prompts you for the next disk. When you restore 
  264. files, you need to insert the backup disks into the disk drive in the 
  265. same sequence. To check the sequence of backup disks (MS-DOS version 3.3 
  266. or later), use the DIR command to check the disk number. 
  267.  
  268. BACKUP and system files 
  269. -----------------------
  270. The BACKUP command cannot back up the system files IO.SYS, MSDOS.SYS, 
  271. and COMMAND.COM. You can use the SYS command to copy these files onto 
  272. a floppy disk. 
  273.  
  274. Using an old version of the RESTORE command 
  275. -------------------------------------------
  276. You cannot use an old version of the RESTORE command (MS-DOS version 
  277. 3.2 or earlier) for files backed up with MS-DOS version 3.3 or later. 
  278. If you attempt this, MS-DOS displays the following message: 
  279.    
  280.    Source does not contain backup files 
  281.    
  282. This error occurs because the format of old backup files differs from 
  283. the format of files backed up with MS-DOS versions 3.3 and later. 
  284.  
  285. Using BACKUP with networks or redirected drives or directories 
  286. --------------------------------------------------------------
  287. If you are sharing files on a network, you can back up only those 
  288. files to which you have access. You should not use BACKUP with a drive 
  289. that has been redirected with the ASSIGN, JOIN, or SUBST command. If you 
  290. do, the RESTORE command may not be able to restore the files. 
  291.  
  292. Backup exit codes 
  293. -----------------
  294. The following list shows each exit code and a brief description of its 
  295. meaning: 
  296.  
  297. 0    The backup was successful.
  298.  
  299. 1    No files were found to back up.
  300.  
  301. 2    Some files were not backed up because of file-sharing conflicts.
  302.  
  303. 3    The user pressed CTRL+C to stop the process.
  304.  
  305. 4    The process stopped because of an error.
  306.  
  307. You can use the ERRORLEVEL parameter on the IF command line in a 
  308. batch program to process exit codes returned by the BACKUP command. 
  309.  
  310. EXAMPLES
  311. --------
  312. Suppose you want to back up all the files in the \PUBLIC\SMITH directory 
  313. on drive C onto a blank, formatted disk in drive A. To do so, type the 
  314. following: 
  315.  
  316. BACKUP C:\PUBLIC\SMITH\*.* A:
  317.  
  318. Suppose you need to back up all files in the \PUBLIC\SMITH directory 
  319. on drive C onto a 720K floppy disk in drive B. If the floppy disk is 
  320. unformatted, BACKUP formats it before backing up any files. Because the 
  321. /S switch is not specified in the following command, files in 
  322. subdirectories are not backed up: 
  323.  
  324. BACKUP C:\PUBLIC\SMITH\*.* B: /F:720K
  325.  
  326. To write a simple batch program named SMITH that supports the BACKUP 
  327. command's exit codes and the /S switch, you can type the following 
  328. commands by using MS-DOS Editor: 
  329.  
  330. echo off
  331. rem Smith's backup command
  332. backup c:\public\smith\*.* b: /s
  333. if errorlevel 4 goto error
  334. if errorlevel 3 goto abort
  335. if errorlevel 2 goto conflict
  336. if errorlevel 1 goto no_files
  337. if errorlevel 0 goto success
  338. :error
  339. echo Backup stopped the process due to an error
  340. goto exit
  341. :abort
  342. echo You just pressed CTRL+C to stop the backup
  343. goto exit
  344. :conflict
  345. echo One or more files were not backed up due to a sharing conflict
  346. goto exit
  347. :no_files
  348. echo Sorry, but there were no files to back up
  349. goto exit
  350. :success
  351. echo The backup was successful
  352. goto exit
  353. :exit
  354.  
  355. CHOICE----------------------------------------------------------------------
  356.  
  357. A command used by the Setup program. The CHOICE.COM file is the same one
  358. included with MS-DOS 6.
  359.  
  360. COMP------------------------------------------------------------------------
  361.  
  362. Compares the contents of two files or sets of files byte by byte. 
  363.  
  364. COMP can compare files on the same drive or on different drives, in 
  365. the same directory or in different directories. As COMP compares the 
  366. files, it displays their locations and filenames.
  367.  
  368. SYNTAX 
  369. ------
  370. COMP [data1] [data2] [/D] [/A] [/L] [/N=number] [/C]
  371.  
  372. PARAMETERS
  373. ---------- 
  374. data1 
  375.    Specifies the location and name of the first file or set of files 
  376.    you want to compare. You can use wildcards (* and ?) to specify 
  377.    multiple files. 
  378.  
  379. data2 
  380.    Specifies the location and name of the second file or set of files 
  381.    you want to compare. You can use wildcards (* and ?) to specify 
  382.    multiple files. 
  383.  
  384. SWITCHES
  385. --------
  386. /D 
  387.    Displays differences in decimal format. (The default format is 
  388.    hexadecimal.) 
  389.  
  390. /A 
  391.    Displays differences as characters. 
  392.  
  393. /L 
  394.    Displays the number of the line on which a difference occurs, 
  395.    instead of displaying the byte offset. 
  396.  
  397. /N=number 
  398.    Compares the first number of lines of both files, even if the 
  399.    files are different sizes. 
  400.  
  401. /C 
  402.    Performs a comparison that is not case-sensitive. 
  403.  
  404. NOTES
  405. -----
  406.  
  407. Comparing files with the same names
  408. -----------------------------------
  409. The files you want to compare can have the same filename, provided 
  410. they are in different directories or on different drives. If you do 
  411. not specify a filename for data2, the default filename for data2 is 
  412. the same as the filename in data1. You can use wildcards (* and ?) 
  413. to specify filenames. 
  414.  
  415. Special cases for data1 and data2 
  416. ---------------------------------
  417. If you omit necessary components of either data1 or data2 or if you 
  418. omit data2, COMP prompts you for the missing information. If data1 
  419. contains only a drive letter or a directory name with no filename, 
  420. the default filename for data1 is *.*. Therefore, COMP compares all 
  421. the files in the specified directory to the file specified in data2. 
  422. If data2 contains only a drive letter or a directory name, the 
  423. default filename for data2 is the same as that in data1. 
  424.  
  425. How the COMP command identifies mismatching information 
  426. -------------------------------------------------------
  427. During the comparison, COMP displays messages to identify the 
  428. locations of unequal information in the two files. Each message 
  429. indicates the offset memory address of the unequal bytes and the 
  430. contents of the bytes themselves (in hexadecimal notation unless 
  431. you specify the /A or /D switch). The message has the following 
  432. format: 
  433.  
  434.    Compare error at OFFSET xxxxxxxx
  435.    file1 = xx
  436.    file2 = xx
  437.  
  438. After 10 unequal comparisons, COMP stops comparing the files and 
  439. displays the following message: 
  440.  
  441.    10 Mismatches û ending compare 
  442.  
  443. Comparing files of different sizes 
  444. ----------------------------------
  445. You cannot compare files of different sizes unless you specify the 
  446. /N switch. If the file sizes are different, COMP displays the 
  447. following message: 
  448.  
  449.    Files are different sizes
  450.    Compare more files (Y/N)?
  451.  
  452. Press Y to compare another pair of files. Press N to stop the COMP 
  453. command. 
  454.  
  455. If you press Y in response to the prompt, COMP includes any switches 
  456. you specified on the command line in every comparison it makes, 
  457. until you press N or retype the command. 
  458.  
  459. When comparing files of different sizes, use the /N switch to 
  460. compare only the first portion of each file. 
  461.  
  462. Comparing files sequentially 
  463. ----------------------------
  464. If you use wildcards to specify multiple files, COMP finds the first 
  465. file matching data1 and compares it with the corresponding file in 
  466. data2, if it exists. COMP reports the results of the comparison, 
  467. then does the same for each file matching data1. When finished, 
  468. COMP displays the following message: 
  469.  
  470.    Compare more files (Y/N)? 
  471.  
  472. To compare more files, press Y. COMP prompts you for the locations 
  473. and names of the new files. To stop the comparisons, press N. When 
  474. you press Y, COMP prompts you for switches to use. If you don't 
  475. specify any switches, COMP uses the ones you specified before. 
  476.  
  477. If COMP cannot find the files 
  478. -----------------------------
  479. If COMP cannot find the file(s) you specify, it prompts you with a 
  480. message to determine whether you want to compare more files. 
  481.  
  482. COUNTRY.SYS-----------------------------------------------------------------
  483.  
  484. An enhanced version of the COUNTRY.SYS file included with MS-DOS 6.
  485.  
  486. Enhancements include support for the Icelandic keyboard.
  487.  
  488. CV--------------------------------------------------------------------------
  489.  
  490. Starts CodeView versions 3.0 through 3.13.
  491.  
  492. CAUTION: Using versions 3.0 to 3.13 of the CodeView CV.EXE
  493. file may cause data loss if your system has a 80386 memory
  494. manager (such as EMM386.EXE) and device drivers or programs
  495. that use extended memory. To determine which version you
  496. have, type CV.EXE at the command prompt.
  497.  
  498. To start CodeView versions 3.0 to 3.13 safely, use the
  499. CV.COM file included with the Supplemental disk, and HIMEM.SYS 
  500. version 2.77 or later.
  501.  
  502. To use the CV.COM file included with the Supplemental disks, copy it
  503. to the directory that contains your CV.EXE file.
  504.  
  505. This problem has been fixed in CodeView version 3.14. Call
  506. Microsoft C Support to get this version.
  507.  
  508. DBLBOOT---------------------------------------------------------------------
  509.  
  510. Creates a bootable DoubleSpace floppy disk. 
  511.  
  512. SYNTAX
  513. ------
  514. DBLBOOT [drive:]
  515.  
  516. PARAMETER
  517. ---------
  518. [drive:]
  519.    Specifies the floppy disk drive for the DoubleSpace floppy disk.
  520.  
  521. NOTES
  522. -----
  523. You can use the floppy disk to start any system with MS-DOS 6.
  524. Because the disk is compressed, you can include many more
  525. files on the disk than on most uncompressed disks.
  526.  
  527. Before you can use DBLBOOT, you must install DoubleSpace on your
  528. hard disk. DBLBOOT only works with high-density (1.44 or 1.2 MB) 
  529. floppy disks.
  530.  
  531. DVORAK.SYS------------------------------------------------------------------
  532.  
  533. Provides alternative keyboard layouts for people who have difficulty
  534. using the standard QWERTY layout.
  535.  
  536. The commands for installing the layouts in your CONFIG.SYS file are as 
  537. follows. (If DOS is not the directory that contains your MS-DOS files, 
  538. substitute the correct directory name in the commands below.)
  539.  
  540. Two-handed layout
  541. -----------------
  542. keyb dv,,c:\dos\dvorak.sys
  543.  
  544. Left-handed layout
  545. ------------------
  546. keyb lh,,c:\dos\dvorak.sys
  547.  
  548. Right-handed layout
  549. -------------------
  550. keyb rh,,c:\dos\dvorak.sys
  551.  
  552. EDLIN-----------------------------------------------------------------------
  553.  
  554. Starts Edlin, a line-oriented text editor with which you can create 
  555. and change ASCII files. 
  556.  
  557. Edlin numbers each line of the text file that is located in memory. 
  558. You can use Edlin to insert, modify, copy, move, and delete lines 
  559. of the file. If you want to use a full-screen editor, use the EDIT 
  560. command. 
  561.  
  562. SYNTAX
  563. ------
  564. EDLIN [drive:][path] filename [/B] 
  565.  
  566. PARAMETER
  567. ---------
  568. [drive:][path] filename 
  569.    Specifies the location and name of an ASCII file on a disk. If 
  570.    the file exists, Edlin opens it. If the file does not exist, 
  571.    Edlin creates a file in memory and uses the specified location 
  572.    and filename to create the file on a disk when you use the Edlin 
  573.    E command. 
  574.  
  575. SWITCH
  576. ------
  577. /B 
  578.    Specifies that Edlin is to ignore the end-of-file character 
  579.    (CTRL+Z). 
  580.  
  581. NOTES
  582. -----
  583.  
  584. Maximum line length 
  585. -------------------
  586. Edlin accepts a maximum of 253 characters per line. 
  587.  
  588. Edlin commands 
  589. --------------
  590. The following is a list of Edlin commands with a brief description 
  591. of each command: 
  592.  
  593. [line] 
  594.    Displays the line you specify. 
  595.  
  596.    Displays a list of Edlin commands. 
  597.  
  598.    Loads a portion of a file into memory when insufficient memory 
  599.    prohibits loading the entire file. 
  600.  
  601.    Copies a block of consecutive lines to the line number you 
  602.    specify. 
  603.  
  604.    Deletes a block of consecutive lines. 
  605.  
  606.    Writes the edited file from memory to a disk (saves the file), 
  607.    and stops the Edlin session. 
  608.  
  609.    Inserts one or more lines. 
  610.  
  611.    Displays a block of consecutive lines. 
  612.  
  613.    Moves a block of consecutive lines. 
  614.  
  615.    Displays a file one page at a time. 
  616.  
  617.    Stops the Edlin session without writing the edited file from 
  618.    memory to a disk. 
  619.  
  620.    Searches for a string of one or more characters, and replaces 
  621.    it. 
  622.  
  623.    Searches for a string of one or more characters. 
  624.  
  625.    Merges the contents of another file on a disk with the contents 
  626.    of the file that is in memory. 
  627.  
  628.    Writes the first portion of the file in memory to a disk. 
  629.  
  630. Meaning of the asterisk character in Edlin 
  631. ------------------------------------------
  632. The asterisk (*) is used for two purposes in Edlin. When an 
  633. asterisk appears as the only character on the display line, it is 
  634. the Edlin prompt after which you type Edlin commands. When an 
  635. asterisk appears after a line number on the display line, it 
  636. indicates that the line is the current line (where the cursor is 
  637. located). 
  638.  
  639. Meaning of a page of text 
  640. -------------------------
  641. A page of text is one full screen of information. With a 25-line 
  642. screen mode, Edlin displays 24 lines of text per page. The number 
  643. of lines per page depends on the screen mode you are using. 
  644.  
  645. Starting and stopping insert mode 
  646. ---------------------------------
  647. To insert lines into the file in memory, use the Edlin I (insert) 
  648. command. Once you have finished inserting lines, press ENTER and 
  649. then CTRL+C to stop insert mode. For more information about 
  650. inserting lines, see the Edlin I command. 
  651.  
  652. Editing keys 
  653. ------------
  654. MS-DOS provides several editing keys that you can use to edit the 
  655. file in memory. 
  656.  
  657. EDLIN:[line]----------------------------------------------------------------
  658.  
  659. Displays the line of text you specify. 
  660.  
  661. When you type a line number as a command, Edlin displays two lines. 
  662. The first line contains the number you specified and its associated 
  663. text. The second line contains the number again, followed by the 
  664. cursor. The text on the first line of the display serves as a 
  665. template for the second line. On the second line of the display, you 
  666. can press ENTER to cancel the command without changing the text, 
  667. type replacement text, or edit the line of text. 
  668.  
  669. SYNTAX
  670. ------ 
  671. [line] 
  672.  
  673. PARAMETERS
  674. ----------
  675. line 
  676.    Specifies the number of the line you want Edlin to display. To 
  677.    see the number and text of the current line, press ENTER. 
  678.  
  679. NOTE
  680. ----
  681.  
  682. Entering changes into memory 
  683. ----------------------------
  684. After you edit a line, press ENTER to enter the changes into 
  685. memory. 
  686.  
  687. Caution
  688. If you press ENTER while the cursor is in the middle of a line, 
  689. Edlin deletes the portion of the line that is between the cursor 
  690. and the end of the line. 
  691.  
  692. For information about saving the edited file from memory to a disk, 
  693. see the Edlin E and Edlin W commands. 
  694.  
  695. EXAMPLE
  696. -------
  697. Suppose that the following file is in memory and ready to edit. 
  698. When you use the Edlin L (list) command at the Edlin prompt, Edlin 
  699. displays the contents of the file. 
  700.  
  701.    1: Dear Mr. Muster:
  702.    2:
  703.    3: Congratulations on your promotion
  704.    4: to the position of Senior Chemical
  705.    5: Engineer. I continue to be most
  706.    6: impressed with your work.
  707.  
  708. To edit line 6, type 6. Edlin displays the following two lines: 
  709.  
  710.    6:*impressed with your work.
  711.    6:*_
  712.  
  713. The first line contains the specified line number and its associated 
  714. text. The second line contains the same line number and the cursor. 
  715.  
  716. Now suppose you want to insert the word "fine" before the word 
  717. "work" in the previous example. You can specify that Edlin is to 
  718. redisplay a portion of the first line, beginning at the cursor 
  719. position on the second line. First, press F2 and type W. Edlin 
  720. displays up to, but not including, the first ôwö in line 6, as 
  721. follows: 
  722.  
  723.    6:*impressed _
  724.  
  725. Then, press F2 and type W again. Edlin displays up to, but not 
  726. including the next "w" in line 6, as follows: 
  727.  
  728.    6:*impressed with your _
  729.  
  730. Now press the INSERT key and type FINE and then a space. Then press 
  731. the F3 key. Edlin displays the edited line, as follows: 
  732.  
  733.    6:*impressed with your fine work._
  734.  
  735. Press ENTER to accept the change. 
  736.  
  737. At the Edlin prompt, use the Edlin L (list) command to see a display 
  738. of the edited file now in memory. Edlin displays the following: 
  739.  
  740.    1: Dear Mr. Muster:
  741.    2:
  742.    3: Congratulations on your promotion
  743.    4: to the position of Senior Chemical
  744.    5: Engineer. I continue to be most
  745.    6:*impressed with your fine work.
  746.  
  747. EDLIN: A(APPEND)------------------------------------------------------------
  748.  
  749. Loads a portion of a file into memory when insufficient memory 
  750. prevents Edlin from loading the entire file. 
  751.  
  752. When you start Edlin, it reads as many lines as possible from your 
  753. disk file into memory. If the size of your file exceeds available 
  754. memory, you must edit your file in stages. That is, you edit the 
  755. first part of the file, write that part of the file to your disk by 
  756. using the W (write) command, and then load more unedited lines from 
  757. your disk into memory. 
  758.  
  759. SYNTAX
  760. ------
  761. [n]A 
  762.  
  763. PARAMETERS
  764. ---------- 
  765.    Specifies the number of lines you want Edlin to read into 
  766.    memory from the disk. 
  767.  
  768. NOTES
  769. -----
  770.  
  771. Default setting 
  772. ---------------
  773. If you do not specify a value for n, Edlin loads lines from the 
  774. disk file until available memory is 75-percent full. If available 
  775. memory is already 75-percent full, Edlin loads no lines. 
  776.  
  777. Freeing extra memory 
  778. --------------------
  779. If available memory is already full, you may be able to free memory 
  780. by writing a portion of the file to a disk, by stopping other 
  781. programs, or by restarting MS-DOS after quitting MS-DOS Editor. 
  782. Restarting MS-DOS clears memory being used by memory-resident 
  783. programs. 
  784.  
  785. End-of-file message 
  786. -------------------
  787. After the A command reads the last line of the file into memory, 
  788. Edlin displays the following message: 
  789.  
  790.    End of input file 
  791.  
  792. EXAMPLE
  793. -------
  794. Suppose the last 100 lines of your disk file do not fit into 
  795. memory. After you edit the first part of the file and write a 
  796. portion of it back to a disk, you can type the following command to 
  797. load the remaining 100 lines into memory: 
  798.  
  799.    100a 
  800.  
  801. EDLIN: C(COPY)------------------------------------------------------
  802.  
  803. Copies a block of consecutive lines to one or more locations within 
  804. the file in memory. 
  805.  
  806. The C command copies the block of consecutive lines you specify to 
  807. a line number you specify. This block can be copied as many times 
  808. as necessary. 
  809.  
  810. SYNTAX
  811. ------
  812. [line1],[line2],line3[,count]C 
  813.  
  814. PARAMETERS
  815. ----------
  816. line1 
  817.    Specifies the first line you want Edlin to copy. 
  818.  
  819. line2 
  820.    Specifies the last line you want Edlin to copy. 
  821.  
  822. line3 Specifies the line before which Edlin is to insert the 
  823.    specified block of lines. 
  824.  
  825. count 
  826.    Specifies the number of times you want Edlin to copy the block 
  827.    of lines. 
  828.  
  829. NOTES
  830. -----
  831.  
  832. Default settings 
  833. ----------------
  834. If you omit line1 or line2, Edlin copies only the current line. You 
  835. must include the commas on the command line even if you omit one or 
  836. both of these parameters. 
  837.  
  838. If you omit the count parameter, Edlin copies the lines one time. 
  839.  
  840. Line renumbering 
  841. ----------------
  842. After Edlin copies lines, you can use the Edlin L (list) command at 
  843. the Edlin prompt to see the correctly renumbered lines. 
  844.  
  845. Overlapping line numbers 
  846. ------------------------
  847. The line you specify for theline3 parameter cannot be part of the 
  848. block of lines to be copied. If you overlap line numbers in this 
  849. way, Edlin cannot complete the copy operation and displays the 
  850. following message: 
  851.  
  852.    Entry error 
  853.  
  854. For example, the following command results in an error message: 
  855.  
  856.    3,20,15c 
  857.  
  858. EXAMPLES
  859. --------
  860. If you type the following command, Edlin copies lines 1 through 5 
  861. one time, beginning on line 6: 
  862.  
  863.    1,5,6c 
  864.  
  865. Lines 6 through 10 become identical to lines 1 through 5. 
  866.  
  867. To copy the current line to line 5, use the following command: 
  868.  
  869.    ,,5c 
  870.  
  871. EDLIN: D(DELETE)------------------------------------------------------------
  872.  
  873. Deletes the block of consecutive lines you specify. 
  874.  
  875. SYNTAX
  876. ------
  877. [line1][,line2]D 
  878.  
  879. PARAMETERS
  880. ----------
  881. line1 
  882.    Specifies the first line you want Edlin to delete. 
  883. line2 
  884.    Specifies the last line you want Edlin to delete. 
  885.  
  886. NOTES
  887. -----
  888.  
  889. Default parameter values 
  890. ------------------------
  891. If you omit both parameters or only the line2 parameter, Edlin 
  892. deletes the current line. However, if you omit only the line1 
  893. parameter, Edlin deletes the block of text that includes the current 
  894. line through the line whose number is specified for line2. In the 
  895. latter case, you cannot specify a line number for line2 that 
  896. precedes the current line number. In general, the number you 
  897. specify for line2 cannot be smaller than the number you specify for 
  898. line1. If you omit only the line1 parameter, you need to insert a 
  899. comma as a placeholder preceding line2, as shown in the syntax 
  900. line. 
  901.  
  902. Line renumbering 
  903. ----------------
  904. After Edlin deletes lines, you can use the Edlin L (list) command 
  905. at the Edlin prompt to see the correctly renumbered lines that 
  906. remain. 
  907.  
  908. EXAMPLES
  909. --------
  910. If you want Edlin to delete line 7, type: 
  911.  
  912.    7d 
  913.  
  914. If you want Edlin to delete the block of text on lines 22 through 
  915. 32, type the following command: 
  916.  
  917.    22,32d 
  918.  
  919. Finally, suppose that the number of the current line is 7. To 
  920. specify that Edlin is to delete the block of text that includes the 
  921. current line through line 11, type the following command: 
  922.  
  923.    ,11d 
  924.  
  925. EDLIN: E(EDLIN)-------------------------------------------------------------
  926.  
  927. Writes the current file from memory to a disk and stops the Edlin 
  928. session. 
  929.  
  930. The E command renames the original input file on the disk with the 
  931. .BAK extension, writes the edited file from memory to the original 
  932. input file on the disk, and then stops the Edlin session. However, 
  933. if the file in memory is one that you created during this session 
  934. rather than one that Edlin loaded from a disk, Edlin does not 
  935. create a backup (.BAK) file on the disk. 
  936.  
  937. SYNTAX
  938. ------
  939.  
  940. NOTES
  941. -----
  942.  
  943. Default drive and directory 
  944. ---------------------------
  945. Edlin writes the edited file from memory to the drive, directory, 
  946. and filename on a disk that you specified when you started the 
  947. current Edlin session. If you omitted a drive name at that time, 
  948. Edlin writes to the current drive. If you omitted a directory name 
  949. at that time, Edlin writes to the current directory. 
  950.  
  951. Checking for disk space 
  952. -----------------------
  953. Before using the E command, you should be sure your disk contains 
  954. enough free space for the entire edited file that is in memory. If 
  955. it does not, Edlin loses part or all of the file. 
  956.  
  957. Read-only .BAK file 
  958. -------------------
  959. Suppose you want Edlin to save an edited file from memory to a 
  960. disk, but the .BAK version of the file is a read-only file. In this 
  961. case, Edlin displays a message in the following format to inform 
  962. you that Edlin cannot replace the .BAK file: 
  963.  
  964.    Access denied  - [drive:][path] filename.BAK 
  965.  
  966. Both the original and backup versions of your file on the disk 
  967. remain unchanged. 
  968.  
  969. EDLIN: I(INSERT)------------------------------------------------------------
  970.  
  971. Inserts lines before the line number you specify in the edited file 
  972. in memory. 
  973.  
  974. If you are creating a new file, you must type the I command before 
  975. you can insert a new line. Edlin displays the next line number each 
  976. time you press ENTER. Edlin remains in insert mode until you press 
  977. CTRL+C. 
  978.  
  979. SYNTAX
  980. ------
  981. [line]I 
  982.  
  983. PARAMETERS
  984. ----------
  985. line 
  986.    Specifies the line number before which you want Edlin to insert 
  987.    lines. The default value of line is the number of the current 
  988.    line. 
  989.  
  990. NOTES
  991. -----
  992.  
  993. Line renumbering 
  994. ----------------
  995. When you quit insert mode, the line immediately following the 
  996. inserted lines becomes the current line. You can use the Edlin L 
  997. (list) command at the Edlin prompt to see the correctly renumbered 
  998. lines. 
  999.  
  1000. Inserting control characters 
  1001. ----------------------------
  1002. To insert a control character in text, type ^V followed by the 
  1003. ASCII symbol that represents the control character. For example, to 
  1004. insert an escape character (CTRL+[), type the following: 
  1005.  
  1006.    ^V[ 
  1007.  
  1008. To insert a character that produces a tone (CTRL+G), type the 
  1009. following: 
  1010.  
  1011.    ^VG 
  1012.  
  1013. Appending text 
  1014. --------------
  1015. If the value for line exceeds the number of lines in the file you 
  1016. are editing or if you specify a number sign (#) for line, Edlin 
  1017. appends the inserted line(s) to the end of the file. In either 
  1018. case, the last line you insert becomes the current line. If only a 
  1019. portion of the file is in memory, the line is appended at the end 
  1020. of the portion in memory. 
  1021.  
  1022. EXAMPLES
  1023. --------
  1024. Suppose you have used the Edlin L (list) command at the Edlin 
  1025. prompt to display the following text on your screen: 
  1026.  
  1027.     1: Dear Mr. Muster:
  1028.     2:
  1029.     3: Congratulations on your promotion
  1030.     4: to the position of Senior Chemical
  1031.     5: Engineer. I continue to be most
  1032.     6: impressed with your work.
  1033.     7:
  1034.     8: Sincerely,
  1035.     9:
  1036.    10: S.L. Martin, President
  1037.  
  1038. Suppose you want to add another paragraph to the letter. To insert 
  1039. text before line 8, type 8I. Edlin displays the following: 
  1040.  
  1041.    8:*_
  1042.  
  1043. Now type the following line at the cursor on line 8: 
  1044.  
  1045.    8:*I think you will enjoy working with
  1046.  
  1047. Press ENTER at the complete of each new line and continue by typing 
  1048. the following lines: 
  1049.  
  1050.     9:*Mr. Lang on the new project. Please
  1051.    10:*let me know if there is anything I
  1052.    11:*can do to assist you.
  1053.  
  1054. Edlin displays the following: 
  1055.  
  1056.    12:*_
  1057.  
  1058. Insert a blank line by pressing ENTER and complete the insertion by 
  1059. pressing CTRL+C on the next line. You can type 1L to see the 
  1060. following correctly renumbered lines: 
  1061.  
  1062.     1: Dear Mr. Muster:
  1063.     2:
  1064.     3: Congratulations on your promotion
  1065.     4: to the position of Senior Chemical
  1066.     5: Engineer. I continue to be most
  1067.     6: impressed with your work.
  1068.     7:
  1069.     8: I think you will enjoy working with
  1070.     9: Mr. Lang on the new project. Please
  1071.    10: let me know if there is anything I
  1072.    11: can do to assist you.
  1073.    12:
  1074.    13:*Sincerely,
  1075.    14:
  1076.    15: S.L. Martin, President
  1077.  
  1078. EDLIN: L(LIST)--------------------------------------------------------------
  1079.  
  1080. Displays the block of consecutive lines you specify. 
  1081.  
  1082. SYNTAX
  1083. ------
  1084. [line1][,line2] l 
  1085.  
  1086. PARAMETERS
  1087. ----------
  1088. line1 
  1089.    Specifies the first line you want Edlin to display. 
  1090.  
  1091. line2 
  1092.    Specifies the last line you want Edlin to display. 
  1093.  
  1094. NOTES
  1095. -----
  1096.  
  1097. Default values
  1098. --------------
  1099. You can omit the line1 parameter, the line2 parameter, or both. The 
  1100. following list describes the default value(s) for each of these 
  1101. cases: 
  1102.  
  1103. o If you omit only the line1 parameter, Edlin displays up to one 
  1104.   page (full screen of text) at a time, beginning 11 lines before 
  1105.   the current line and ending with the line whose number is 
  1106.   specified in line2. When you omit only line1, you must insert a 
  1107.   comma as a placeholder. 
  1108.  
  1109. o If you omit only the line2 parameter, Edlin displays up to one 
  1110.   page, beginning with the line whose number is specified in line1. 
  1111.  
  1112. o If you use the Edlin L (List) command with no parameters, Edlin 
  1113.   displays up to one page, beginning 11 lines before the current 
  1114.   line. If you install the ANSI.SYS device driver, the number of 
  1115.   lines Edlin displays per page depends on the type of monitor you 
  1116.   have. This number might be greater than 24. 
  1117.  
  1118. Blocks of more than one page
  1119. ----------------------------
  1120. When the block of lines you specify contains more than one page, 
  1121. Edlin displays the first page and then prompts you with the 
  1122. following message: 
  1123.  
  1124.    Continue (Y/N)? 
  1125.  
  1126. EXAMPLE
  1127. -------
  1128. To see lines 5 through 10, type the following: 
  1129.  
  1130.    5,10l 
  1131.  
  1132. EDLIN: M(MOVE)---------------------------------------------------------------
  1133.  
  1134. Moves the block of consecutive lines you specify to another 
  1135. location in the file in memory. 
  1136.  
  1137. SYNTAX
  1138. ------
  1139. [line1],[line2],line3M 
  1140.  
  1141. [line1],+n,line3M 
  1142.  
  1143. PARAMETERS
  1144. ----------
  1145. line1 
  1146.    Specifies the first line you want Edlin to move. 
  1147.  
  1148. line2 
  1149.    Specifies the last line you want Edlin to move. 
  1150.  
  1151. line3 
  1152.    Specifies the line before which you want Edlin to move the block 
  1153.    of lines. 
  1154.  
  1155. +n 
  1156.    Specifies that you want Edlin to move the block of lines that 
  1157.    begins with the line whose number is specified in line1 and 
  1158.    includes the next n lines. If you omit the line1 parameter, the 
  1159.    block of lines to be moved begins with the current line. 
  1160.  
  1161. NOTES
  1162. -----
  1163.  
  1164. Line renumbering
  1165. ----------------
  1166. After Edlin moves lines, you can use the Edlin L (list) command at 
  1167. the Edlin prompt to see the correctly renumbered lines. 
  1168.  
  1169. Overlapping line numbers 
  1170. ------------------------
  1171. The line you specify for theline3 parameter cannot be part of the 
  1172. block of lines to be moved. If you overlap line numbers in this 
  1173. way, Edlin cannot complete the move operation and displays the 
  1174. following message: 
  1175.  
  1176.    Entry error 
  1177.  
  1178. For example, the following command results in an error message: 
  1179.  
  1180.    5,10,8m 
  1181.  
  1182. EXAMPLES
  1183. --------
  1184. Suppose that the following file is in memory and ready to edit. You 
  1185. can type 1L at the Edlin prompt to see the contents of the file. 
  1186.     1: Dear Mr. Muster:
  1187.     2:
  1188.     3: Congratulations on your promotion
  1189.     4: to the position of Senior Chemical
  1190.     5: Engineer. I continue to be most
  1191.     6: impressed with your hard work.
  1192.     7:
  1193.     8: I think you will enjoy working with
  1194.     9: Mr. Lang on the new project. Please
  1195.    10: let me know if there is anything I
  1196.    11: can do to assist you.
  1197.    12:
  1198.    13: Sincerely,
  1199.    14:
  1200.    15: S.L. Martin, President
  1201.    16: Rockdale Corporation
  1202.    17: "A World Leader in Technology"
  1203.  
  1204. What if you prefer to have the motto at the beginning of the memo? 
  1205. You can move lines 16 and 17 before the existing line 1 by typing 
  1206. the following command: 
  1207.  
  1208.    16,17,1m 
  1209.  
  1210. Type the Edlin L (list) command at the Edlin prompt to see the 
  1211. following correctly renumbered lines: 
  1212.  
  1213.     1: Rockdale Corporation
  1214.     2: "A World Leader in Technology"
  1215.     3: Dear Mr. Muster:
  1216.     4:
  1217.     5: Congratulations on your promotion
  1218.     6: to the position of Senior Chemical
  1219.     7: Engineer. I continue to be most
  1220.     8: impressed with your hard work.
  1221.     9:
  1222.    10: I think you will enjoy working with
  1223.    11: Mr. Lang on the new project. Please
  1224.    12: let me know if there is anything I
  1225.    13: can do to assist you.
  1226.    14:
  1227.    15: Sincerely,
  1228.    16:
  1229.    17: S.L. Martin, President
  1230.  
  1231. The following command specifies that Edlin is to move the block of 
  1232. lines including the current line through the next 25 lines to 
  1233. immediately before line 100: 
  1234.    ,+25,100m 
  1235.  
  1236. EDLIN: P(PAGE)--------------------------------------------------------------
  1237.  
  1238. Displays all or part of a file, one page (full screen of text) at a 
  1239. time. 
  1240.  
  1241. The last line displayed per screen becomes the current line. 
  1242.  
  1243. SYNTAX
  1244. ------
  1245. [line1][, line2]P 
  1246.  
  1247. PARAMETERS
  1248. ----------
  1249. line1 
  1250.    Specifies the first line you want Edlin to display. 
  1251.  
  1252. line2 
  1253.    Specifies the last line you want Edlin to display. 
  1254.  
  1255. NOTES
  1256. -----
  1257.  
  1258. Omitting only the line1 parameter 
  1259. ---------------------------------
  1260. When you omit the line1 parameter, Edlin displays a page of text 
  1261. that begins with the current line through line2. 
  1262.  
  1263. Omitting only the line2 parameter 
  1264. ---------------------------------
  1265. When you omit the line2 parameter, Edlin displays a page of text 
  1266. that begins with the line whose number you specify for line1. 
  1267.  
  1268. Omitting both parameters 
  1269. ------------------------
  1270. When you omit both parameters, Edlin displays a page of text that 
  1271. begins with the line after the current line. 
  1272.  
  1273. EXAMPLE
  1274. -------
  1275. To see lines 100 through 200, one page at a time, type the 
  1276. following command: 
  1277.  
  1278.    100,200p 
  1279.  
  1280. EDLIN: Q(QUIT)---------------------------------------------------------------
  1281.  
  1282. Stops the current Edlin session without writing the edited file 
  1283. from memory to a disk. 
  1284.  
  1285. When you use the Q command, the Edlin session stops and the MS-DOS 
  1286. prompt appears. 
  1287.  
  1288. To specify that Edlin is to write the edited file from memory to a 
  1289. disk before ending the current session, you must use the E (end) 
  1290. command. 
  1291.  
  1292. SYNTAX
  1293. ------
  1294.  
  1295. NOTES
  1296. -----
  1297.  
  1298. A difference between the Q and E commands 
  1299. -----------------------------------------
  1300. Suppose that the file you are editing is one that Edlin loaded into 
  1301. memory from a disk at the beginning of this session rather than one 
  1302. that you created in memory during the session. If you use the Q 
  1303. command to quit the session, the contents of both the original input 
  1304. disk file and the .BAK version of the disk file (if one exists) 
  1305. remain unchanged. However, if you use the E command to quit the 
  1306. session and the file you are editing has changed during the 
  1307. session, the edits are saved and the original input disk file 
  1308. becomes the .BAK version. 
  1309.  
  1310. Quitting Edlin without writing the edited file from memory to a disk 
  1311. --------------------------------------------------------------------
  1312. Use the following procedure to quit the Edlin session without 
  1313. writing the edited file from memory to a disk: 
  1314.  
  1315. 1. At the Edlin prompt, type Q. Edlin displays the following 
  1316.    message: 
  1317.  
  1318. Abort edit (Y/N)? _ 
  1319.  
  1320. 2. Press Y (for yes). 
  1321.  
  1322. EDLIN: R(REPLACE)-----------------------------------------------------------
  1323.  
  1324. Searches a block of consecutive lines for a string of one or more 
  1325. characters you specify, and replaces each occurrence of that string 
  1326. with another string you specify. 
  1327.  
  1328. The last line in which the replacement occurs becomes the new 
  1329. current line. 
  1330.  
  1331. SYNTAX
  1332. ------
  1333. [line1][,line2][?]R[string1][separator string2] 
  1334.  
  1335. PARAMETERS
  1336. ----------
  1337. line1 
  1338.    Specifies the first line in which you want Edlin to replace the 
  1339.    string specified in string1. 
  1340.  
  1341. line2 
  1342.    Specifies the last line in which you want Edlin to replace the 
  1343.    string specified in string1. 
  1344.  
  1345. ? (question mark) 
  1346.    Specifies that Edlin is to prompt you by displaying a 
  1347.    confirmation message before replacing an occurrence of the 
  1348.    string specified in string1. 
  1349.  
  1350. string1 
  1351.    Specifies the string that you want Edlin to replace. 
  1352.  
  1353. separator 
  1354.    Separates the string1 and string2 values. The only valid value 
  1355.    for this parameter is the end-of-file character (CTRL+Z). 
  1356.  
  1357. string2 
  1358.    Specifies the new string that is to replace each occurrence of 
  1359.    the string specified for string1. 
  1360.  
  1361. NOTES
  1362. -----
  1363.  
  1364. Command-line spacing 
  1365. --------------------
  1366. You must not insert a space between the R and any subsequent 
  1367. parameter on the command line. 
  1368.  
  1369. Default settings 
  1370. ----------------
  1371. If you omit the line1 parameter, Edlin begins the search on the line after 
  1372. the current line. If you omit the line2 parameter, Edlin stops the search 
  1373. at the end of the file or at the end of the portion of text in memory. 
  1374.  
  1375. If you omit the string1 parameter, Edlin uses the more recently used of 
  1376. the following two values: the value that you specified for string1 the 
  1377. last time you used the R command or the value that you specified for string 
  1378. the last time you used the S command during this session. If you omit 
  1379. string1 and you have not used the R or S command yet during the editing 
  1380. session, the command stops. 
  1381.  
  1382. If you omit the string2 parameter, Edlin uses the value you specified the 
  1383. last time you used the R command during this session. If you omit the 
  1384. string2 parameter and you have not used the R command yet during this 
  1385. session, Edlin deletes all occurrences of the string that is specified 
  1386. for string1. 
  1387.  
  1388. Using the separator parameter 
  1389. -----------------------------
  1390. You must separate the string1 and string2 values by using the CTRL+Z key 
  1391. combination. Even if you omit string1, you need to press CTRL+Z to mark 
  1392. the beginning of string2. When you press the CTRL+Z key combination, the 
  1393. characters displayed are not ôCTRL+Zö. Instead, you see the following: 
  1394.  
  1395.    ^Z 
  1396.  
  1397. Using the question mark (?) 
  1398. ---------------------------
  1399. If you include the ? parameter in your command, Edlin displays the line 
  1400. containing the first occurrence of the string specified for string1 and 
  1401. prompts you by displaying the following confirmation message: 
  1402.  
  1403.    O.K.? _ 
  1404.  
  1405. If you press Y (for yes) or press ENTER, Edlin replaces this occurrence 
  1406. of the value for string1 with the value for string2 and searches for the 
  1407. next occurrence. If you press N (for no), Edlin does not replace this 
  1408. occurrence of the value for string1 and searches for the next occurrence. 
  1409.  
  1410. If you do not use the question mark (?) 
  1411. ---------------------------------------
  1412. If you do not use the ? parameter to confirm replacements as they are made, 
  1413. Edlin makes all the replacements at once and then displays each line that 
  1414. contains a replacement. If a line contains two or more replacements, Edlin 
  1415. displays the line once for each replacement. 
  1416.  
  1417. EXAMPLES
  1418. --------
  1419. Suppose you want Edlin to carry out only each confirmed replacement of 
  1420. the word ômineö with the word ôoursö within the first 20 lines of the 
  1421. edited file in memory. Type the first part of the command as follows, but 
  1422. do not press ENTER: 
  1423.  
  1424.    1,20?rmine 
  1425.    
  1426. To complete the command, press CTRL+Z (which appears on the screen as ^Z), 
  1427. type the word  OURS, and press ENTER. The complete command appears on the 
  1428. screen as follows: 
  1429.  
  1430.    1,20?rmine^Zours 
  1431.  
  1432. Suppose that the following file is in memory and ready to edit. You can 
  1433. type 1L at the Edlin prompt to see the contents of the file. 
  1434.  
  1435.     1: Dear Mr. Muster:
  1436.     2:
  1437.     3: Congratulations on your promotion
  1438.     4: to the position of Senior Chemical
  1439.     5: Engineer. I continue to be most
  1440.     6: impressed with your hard work.
  1441.     7:
  1442.     8: I think you will enjoy working with
  1443.     9: Mr. Lang on the new project. Please
  1444.    10: let me know if there is anything I
  1445.    11: can do to assist you.
  1446.    12:
  1447.    13: Sincerely,
  1448.    14:
  1449.    15: S.L. Martin, President
  1450.    16: Rockdale Corporation
  1451.    17: "A World Leader in Technology"
  1452.  
  1453. Now suppose that in lines 5 through 10 you want Edlin to replace all 
  1454. occurrences of the word "I" with the words "yours truly". Type the first 
  1455. part of the command as follows, but do not press ENTER: 
  1456.  
  1457.    5,10rI 
  1458.    
  1459. To complete the command, press CTRL+Z (which appears on the screen as ^Z), 
  1460. type the words "yours truly", and press ENTER. The complete command appears 
  1461. on the screen as follows: 
  1462.  
  1463.    5,10rI^Zyours truly 
  1464.    
  1465. Because the ? parameter is omitted, Edlin replaces the three occurrences 
  1466. of "I" without prompting you by displaying the confirmation message. When 
  1467. Edlin finishes carrying out the command, it displays the following lines, 
  1468. which are changed as a result of the three replacements: 
  1469.  
  1470.     5: Engineer. yours truly continue to be most
  1471.     8: yours truly think you will enjoy working with
  1472.    10: let me know if there is anything yours truly
  1473.  
  1474. In the previous example, two unintended replacements occurred--in lines 5 
  1475. and 8. You can avoid such changes by adding the ? parameter to the command. 
  1476. The completed command should appear on screen as follows: 
  1477.  
  1478.    5,10?rI^Zyours truly 
  1479.    
  1480. Now, Edlin prompts you by displaying the confirmation message for each 
  1481. occurrence of the string specified in string1 and carries out only confirmed 
  1482. replacements, as the following example shows: 
  1483.  
  1484.        5: Engineer. yours truly continue to be most
  1485.    O.K.? n
  1486.        8: yours truly think you will enjoy working with
  1487.    O.K.? n
  1488.      10: let me know if there is anything yours truly
  1489.    O.K.? y
  1490.  
  1491. When the ? parameter is used, Edlin does not automatically display the 
  1492. lines that are changed as a result of the confirmed replacements. If you 
  1493. type the Edlin L (list) command at the Edlin prompt, Edlin displays the 
  1494. edited file that is in memory, as follows: 
  1495.  
  1496.     1: Dear Mr. Muster:
  1497.     2:
  1498.     3: Congratulations on your promotion
  1499.     4: to the position of Senior Chemical
  1500.     5: Engineer. I continue to be most
  1501.     6: impressed with your hard work.
  1502.     7:
  1503.     8: I think you will enjoy working with
  1504.     9: Mr. Lang on the new project. Please
  1505.    10: let me know if there is anything yours truly
  1506.    11: can do to assist you.
  1507.    12:
  1508.    13: Sincerely,
  1509.    14:
  1510.    15: S.L. Martin, President
  1511.    16: Rockdale Corporation
  1512.    17: "A World Leader in Technology"
  1513.  
  1514. EDLIN: S(SEARCH)-----------------------------------------------------------
  1515.  
  1516. Searches for the string of one or more characters that you specify. 
  1517.  
  1518. Edlin displays the first line that contains an occurrence of the string. 
  1519. The search then stops and that line becomes the current line. 
  1520.  
  1521. SYNTAX
  1522. ------
  1523. [line1][,line2][?]S[string] 
  1524.  
  1525. PARAMETERS
  1526. ----------
  1527. line1 
  1528.    Specifies the first line you want Edlin to search. 
  1529.    
  1530. line2 
  1531.    Specifies the last line you want Edlin to search. 
  1532.    
  1533. ? (question mark) 
  1534.    Specifies that Edlin is to prompt you by displaying a confirmation 
  1535.    message when it finds the first occurrence of the value you specify 
  1536.    for string. 
  1537.    
  1538. string 
  1539.    Specifies the string for which you want Edlin to search. You must not 
  1540.    insert a space before this parameter on the command line, unless the 
  1541.    space is part of the search text. 
  1542.    
  1543. NOTES
  1544. -----
  1545.  
  1546. Default settings 
  1547. ----------------
  1548. If you omit the line1 parameter, Edlin starts the search on the line after 
  1549. the current line. If you omit the line2 parameter, Edlin stops the search 
  1550. at the end of the file. 
  1551.  
  1552. If you omit the string parameter, Edlin uses the more recently used of the 
  1553. following two values: the value that you specified for string the last time 
  1554. you used the S command, or the value that you specified for string1 the 
  1555. last time you used the R (replace) command during this session. If you omit 
  1556. the string parameter and this is your first use of an S or R command during 
  1557. this session, the S command stops immediately. 
  1558.  
  1559. Using the ? (question mark) 
  1560. ---------------------------
  1561. If you include the ? parameter in your command, Edlin displays the line 
  1562. containing the first occurrence of the characters specified for string 
  1563. and prompts you with the following confirmation message: 
  1564.  
  1565.    O.K.? _ 
  1566.    
  1567. If you press Y (for yes) or press ENTER, the line displayed before the 
  1568. message becomes the current line and the search stops. If you press N 
  1569. (for no), the search continues until another occurrence is found or until 
  1570. Edlin displays the following message indicating that all lines have been 
  1571. searched: 
  1572.  
  1573.    Not found 
  1574.    
  1575. EXAMPLES
  1576. --------
  1577. Suppose that the following file is in memory and ready to edit. You can 
  1578. type 1L at the Edlin prompt to see the contents of the file. 
  1579.  
  1580.     1: Dear Mr. Muster:
  1581.     2:
  1582.     3: Congratulations on your promotion
  1583.     4: to the position of Senior Chemical
  1584.     5: Engineer. I continue to be most
  1585.     6: impressed with your hard work.
  1586.     7:
  1587.     8: I think you will enjoy working with
  1588.     9: Mr. Lang on the new project. Please
  1589.    10: let me know if there is anything I
  1590.    11: can do to assist you.
  1591.    12:
  1592.    13: Sincerely,
  1593.    14:
  1594.    15: S.L. Martin, President
  1595.  
  1596. To specify that Edlin is to search lines 2 through 12 for the first 
  1597. occurrence of the word ôtoö, type the following command: 
  1598.  
  1599.    2,12sto 
  1600.  
  1601. Edlin displays the following line: 
  1602.  
  1603.    4: to the position of Senior Chemical
  1604.  
  1605. To specify that Edlin is to display the line containing the first occurrence 
  1606. of "to" and then prompt you with a confirmation message, type the following 
  1607. command: 
  1608.  
  1609.    1,?sto 
  1610.    
  1611. Edlin displays the following lines: 
  1612.  
  1613.     4: to the position of Senior Chemical
  1614.    O.K.? _
  1615.  
  1616. If you press any key other than Y or ENTER, the search continues. For this 
  1617. example, press N (for no), as follows: 
  1618.  
  1619.    O.K.? n 
  1620.  
  1621. Edlin continues the search and displays the following lines:  
  1622.  
  1623.     5: Engineer. I continue to be most
  1624.    O.K.? _
  1625.  
  1626. Press Y to stop the search. 
  1627.  
  1628. EDLIN: T(TRANSFER)---------------------------------------------------------
  1629.  
  1630. Merges the contents of another file from a disk with the contents of the 
  1631. file that is in memory. 
  1632.  
  1633. SYNTAX
  1634. ------ 
  1635. [line]T[drive:][path] filename 
  1636.  
  1637. PARAMETERS
  1638. ---------- 
  1639. line 
  1640.    Specifies the line number before which you want Edlin to insert the file 
  1641.    it is transferring from a disk. The default value of this parameter is 
  1642.    the number of the current line. 
  1643.    
  1644. [drive:][path] filename 
  1645.    Specifies the location and name of the file you want Edlin to insert 
  1646.    before the line whose number is specified in the line parameter. The 
  1647.    default value for drive is the current drive; the default value for path 
  1648.    is the current directory. 
  1649.    
  1650. NOTE
  1651. ----
  1652. After Edlin merges a file from a disk, you can use the Edlin L (list) 
  1653. command at the Edlin prompt to see the correctly renumbered lines. 
  1654.  
  1655. EXAMPLE
  1656. -------
  1657. To merge a file named TAXES.MEM to line 12 of the file you are editing, 
  1658. type the following command: 
  1659.  
  1660.    12t taxes.mem 
  1661.  
  1662. EDLIN: W(WRITE)--------------------------------------------------------------
  1663.  
  1664. Writes the first portion of the edited file from memory to a disk. 
  1665.  
  1666. When you start Edlin, it reads as many lines as possible from your disk 
  1667. file into memory. If the size of your file exceeds available memory, you 
  1668. must edit your file in stages. That is, you edit part of the file, write 
  1669. that part to your disk by using the W command, and then load the next part 
  1670. from disk by using the A command. 
  1671.  
  1672. SYNTAX
  1673. ------ 
  1674. [n]W 
  1675.  
  1676. PARAMETERS
  1677. ---------- 
  1678.    Specifies the number of lines that you want Edlin to write to the disk, 
  1679.    beginning with the first line of the edited file in memory. 
  1680.  
  1681. NOTES
  1682. -----
  1683.  
  1684. How the W command works 
  1685. -----------------------
  1686. When you open a file, Edlin reads lines from disk until memory is more 
  1687. than 75-percent full. It reserves the other 25 percent for changes you 
  1688. might make to the text. If your entire file fits in memory, Edlin displays 
  1689. the following message: 
  1690.  
  1691.    End of input file 
  1692.    
  1693. If you see this message, you do not need to use the W and A commands. 
  1694.  
  1695. If Edlin does not display this message when you open a file, the size of 
  1696. the file exceeds available memory. Therefore, you must edit your file in 
  1697. stages by using the W and A commands to write and read parts of the file, 
  1698. respectively. 
  1699.  
  1700. The W command does not write to disk the changes you make unless it was 
  1701. actually necessary to use the W command. Therefore, if you use the W command 
  1702. even though the whole file fit into memory and then you use the Q command to 
  1703. quit Edlin, none of the changes you made to the file are saved. 
  1704.  
  1705. Line renumbering 
  1706. ----------------
  1707. After Edlin writes the first portion of the edited file from memory to a 
  1708. disk, you can use the Edlin L (list) command at the Edlin prompt to see 
  1709. the correctly renumbered lines that remain, beginning with line number 1. 
  1710.  
  1711. Default setting 
  1712. ---------------
  1713. If you omit the n parameter, Edlin writes lines from the edited file 
  1714. in memory to a disk until memory is 25-percent full. 
  1715.  
  1716. EXAMPLE
  1717. -------
  1718. Suppose the final 100 lines of your disk file do not fit into memory. After 
  1719. you edit the first part of the file, you can free enough space to load the 
  1720. remainder of your disk file into memory and continue editing by typing the 
  1721. following command: 
  1722.  
  1723.    125w 
  1724.    
  1725. EGA.CPI----------------------------------------------------------------------
  1726.  
  1727. A corrected version of the EGA.CPI file included with MS-DOS 6.
  1728.  
  1729. This file is corrected to support the Eastern European Codepage properly.
  1730.  
  1731. EXE2BIN----------------------------------------------------------------------
  1732.  
  1733. Converts .EXE (executable) files to binary format. 
  1734.  
  1735. EXE2BIN is included with MS-DOS as a courtesy to software developers. It 
  1736. is not useful for general users. 
  1737.  
  1738. SYNTAX
  1739. ------ 
  1740. EXE2BIN [drive1:][path1]input-file [[drive2:][path2]output-file] 
  1741.  
  1742. PARAMETERS
  1743. ---------- 
  1744. [drive1:][path1]input-file 
  1745.    Specifies the location and name of the input file. 
  1746.    
  1747. [drive2:][path2]output-file 
  1748.    Specifies the location and name of the output file. 
  1749.    
  1750. NOTES
  1751. -----
  1752.  
  1753. Restrictions on using EXE2BIN 
  1754. -----------------------------
  1755. The following restrictions apply when you use the EXE2BIN command: 
  1756. o The input file must be in valid .EXE format produced by the linker 
  1757.   and must not be packed. 
  1758.  
  1759. o The resident, or actual, code and data portions of the file combined 
  1760.   must be less than 64K. 
  1761.  
  1762. o There must be no STACK segment. 
  1763.  
  1764. Default values for parameters 
  1765. -----------------------------
  1766. EXE2BIN takes specific actions, depending upon the values you use for the 
  1767. input-file and output-file parameters. 
  1768.  
  1769. o The default filename extension for the filename you specify for input-file 
  1770.   is .EXE. EXE2BIN converts the input .EXE file to an output file in .BIN 
  1771.   format (a memory image of the program) and uses the location and filename 
  1772.   you specify for [drive2:][path2]output-file to store that output file. 
  1773.  
  1774. o If you do not specify drive2 or path2, EXE2BIN writes the output file 
  1775.   to the current drive and directory. 
  1776.  
  1777. o If you do not specify an output filename, EXE2BIN uses the input 
  1778.   filename. 
  1779.  
  1780. o The default extension for the filename specified for the output-file 
  1781.   parameter is .BIN. 
  1782.  
  1783. Types of conversion available with EXE2BIN 
  1784. ------------------------------------------
  1785. Two types of conversion are possible, depending upon whether the initial 
  1786. CS:IP (Code Segment:Instruction Pointer) is specified in the .EXE file. 
  1787. The following list presents the two types: 
  1788.  
  1789. o If the CS:IP is not specified in the .EXE file, EXE2BIN performs a 
  1790.   pure binary conversion. If segment fixups are necessary (that is, if 
  1791.   the program contains instructions requiring segment relocation), EXE2BIN 
  1792.   prompts you for the fixup value. This value is the absolute segment at 
  1793.   which the program is to be loaded. The resulting program is usable only 
  1794.   when loaded at the absolute memory address specified by your program. 
  1795.   The command interpreter cannot load the program. 
  1796.   
  1797.  
  1798. o If the CS:IP is specified as 0000:100H, the file runs as a .COM file 
  1799.   with the instruction pointer set at 100H by the assembler statement ORG. 
  1800.   Include the .COM extension in the output-file parameter. No segment fixups 
  1801.   are allowed, because .COM files must be segment-relocatable; that is, they 
  1802.   must assume the entry conditions explained in the Microsoft Macro Assembler 
  1803.   manuals. The command interpreter can then load and run the program in the 
  1804.   same way as it loads and runs the .COM programs supplied on your MS-DOS 
  1805.   disk. 
  1806.   
  1807. FAKEMOUS---------------------------------------------------------------------
  1808.  
  1809. An IBM PS/2 mouse utility used with AccessDOS. 
  1810.  
  1811. See ADOS.TXT for information about using FAKEMOUS.
  1812.  
  1813. GRAFTABL---------------------------------------------------------------------
  1814.  
  1815. Enables MS-DOS to display the extended characters of a specified code page 
  1816. in graphics mode. 
  1817.  
  1818. Most monitors can display extended characters (ASCII characters 128 
  1819. through 255) without the GRAFTABL command. Use this command only if your 
  1820. monitor does not properly display these characters in graphics mode. 
  1821.  
  1822. SYNTAX
  1823. ------ 
  1824. GRAFTABL [xxx] 
  1825.  
  1826. GRAFTABL /STATUS 
  1827.  
  1828. PARAMETERS
  1829. ---------- 
  1830. xxx 
  1831.    Specifies the code page for which you want MS-DOS to define the 
  1832.    appearance of extended characters in graphics mode. The following 
  1833.    list shows each valid code-page identification number and its country 
  1834.    or language: 
  1835.    
  1836. 437    
  1837.    United States 
  1838.  
  1839. 850    
  1840.    Multilingual (Latin I) 
  1841.  
  1842. 852    
  1843.    Slavic (Latin II) 
  1844.  
  1845. 860    
  1846.    Portuguese 
  1847.  
  1848. 863    
  1849.    Canadian-French 
  1850.  
  1851. 865    
  1852.    Nordic 
  1853.    
  1854. SWITCH
  1855. ------
  1856. /STATUS 
  1857.    Identifies the code page selected for use by GRAFTABL. 
  1858.  
  1859. NOTES
  1860. -----
  1861.  
  1862. GRAFTABL does not change the active code page 
  1863. ---------------------------------------------
  1864. GRAFTABL affects only the appearance of extended characters of the code 
  1865. page you specify. To change the code page you are using, use the MODE or 
  1866. CHCP command. 
  1867.  
  1868. GRAFTABL exit codes 
  1869. -------------------
  1870. The following list shows each exit code and a brief description of its 
  1871. meaning: 
  1872.  
  1873. 0    
  1874.    Character set was loaded successfully; no previous code page was
  1875.    loaded.
  1876.  
  1877. 1    
  1878.    Character set was already loaded and replaced by new table.
  1879.  
  1880. 2    
  1881.    A file error occurred.
  1882.  
  1883. 3    
  1884.    An incorrect parameter was specified; no action was taken.
  1885.  
  1886. 4    
  1887.    An incorrect version of MS-DOS is in use; version 5.0 is required.
  1888.  
  1889. You can use the ERRORLEVEL parameter on the IF command line in a batch 
  1890. program to process exit codes returned by GRAFTABL. For an example of a 
  1891. batch program that processes exit codes, see the BACKUP command. 
  1892.  
  1893. Effect on memory 
  1894. ----------------
  1895. The GRAFTABL command decreases the amount of available conventional memory 
  1896. by about 1K. 
  1897.  
  1898. EXAMPLE
  1899. -------
  1900. To load the graphics character set for code page 437 (United States) 
  1901. into memory, type the following command: 
  1902.  
  1903.    graftabl 
  1904.    
  1905. To load the graphics character set for code page 860 (Portuguese) into 
  1906. memory, type the following command: 
  1907.  
  1908.    graftabl 860 
  1909.  
  1910. JOIN-------------------------------------------------------------------------
  1911.  
  1912. Joins a disk drive to a directory on another disk drive. 
  1913.  
  1914. When you use the JOIN command, MS-DOS treats the directories and files 
  1915. on a disk drive as the contents of the other drive and path you specify. 
  1916.  
  1917. SYNTAX
  1918. ------
  1919. JOIN [drive1: [drive2:]path] 
  1920.  
  1921. JOIN drive: /D 
  1922.  
  1923. PARAMETERS
  1924. ----------
  1925. drive1: 
  1926.    Specifies the floppy disk drive or logical drive that you want to join 
  1927.    to a different drive and directory. 
  1928.    
  1929. drive2: 
  1930.    Specifies the floppy disk drive or logical drive to which you want to 
  1931.    join drive1. 
  1932.    
  1933. path 
  1934.    Specifies the directory to which you want to join drive1. This directory 
  1935.    must be empty before you join drive1 to it. It must also be a directory 
  1936.    other than the root directory. 
  1937.    
  1938. drive: 
  1939.    Specifies a floppy disk drive or logical drive that was previously 
  1940.    specified in a JOIN command that you are now canceling. 
  1941.    
  1942. SWITCH
  1943. ------
  1944. /D
  1945.     Cancels any previous JOIN commands for the drive you specify.
  1946.  
  1947. Drive1 becomes invalid 
  1948. ----------------------
  1949. After you use the JOIN command, the drive1 you specify becomes invalid. 
  1950. If you then try to use it, MS-DOS displays the following message: 
  1951.  
  1952.    Invalid drive specification 
  1953.    
  1954. Limitations on path 
  1955. -------------------
  1956. If the directory specified by path already exists before you use the 
  1957. JOIN command, you cannot use that directory for any other purpose while 
  1958. JOIN is in effect. If the directory is not empty, MS-DOS does not complete 
  1959. the join operation and displays the following message: 
  1960.  
  1961.    Directory not empty 
  1962.  
  1963. If the directory does not exist, MS-DOS tries to create it. 
  1964.  
  1965. Limitations on using JOIN with other commands 
  1966. ---------------------------------------------
  1967. The following commands do not work with drives formed by the JOIN command: 
  1968. ASSIGN      BACKUP     CHKDSK     DISKCOMP
  1969. DISKCOPY    FDISK      FORMAT     LABEL
  1970. MIRROR      MIRROR     RESTORE    SYS
  1971.  
  1972. Using JOIN with no parameters 
  1973. -----------------------------
  1974. You can use the JOIN command with no parameters to see a list of the 
  1975. currently joined drives. 
  1976.  
  1977. EXAMPLES
  1978. --------
  1979. You can join any directory or subdirectory in a tree structure. For 
  1980. example, the following commands are valid: 
  1981.  
  1982.    join d: c:sales 
  1983.    
  1984.    join d: c:salesoctober 
  1985.    
  1986. To reverse either of the previous JOIN commands, type the drive1 value followed by the /D switch, as follows: 
  1987. join d: /d 
  1988.  
  1989. KBDBUF.SYS-------------------------------------------------------------------
  1990.  
  1991. Specifies the number of keystrokes that can be held in your keyboard buffer.
  1992.  
  1993. SYNTAX
  1994. ------
  1995. DEVICE=KBDBUF.SYS nnnn
  1996.  
  1997. PARAMETER
  1998. ---------
  1999. nnnn
  2000.    Specifies the number of keystrokes that can be held in the keyboard 
  2001.    buffer. The acceptable range is 16 to 1024
  2002.  
  2003. NOTES
  2004. -----
  2005. The KBDBUF.SYS driver should be loaded with the DEVICE command early
  2006. in your CONFIG.SYS file. In addition, you cannot load the KBDBUF.SYS
  2007. driver into the upper memory area. If you run MemMaker, choose Custom, 
  2008. and exclude the driver from the optimization process.
  2009.  
  2010. EXAMPLE
  2011. -------
  2012. If you want to specify a keyboard buffer that allows you to type ahead
  2013. 25 keystrokes beyond what has been displayed on your screen, add
  2014. the following command to your CONFIG.SYS file:
  2015.  
  2016. DEVICE=KBDBUF.SYS 25
  2017.  
  2018. KEYB.COM---------------------------------------------------------------------
  2019.  
  2020. An enhanced version of the KEYB.COM file included with MS-DOS 6.
  2021.  
  2022. Enhancements include support for the French Canadian dual keyboard.
  2023.  
  2024. KEYBOARD.SYS-----------------------------------------------------------------
  2025.  
  2026. An enhanced version of the KEYBOARD.SYS file included with MS-DOS 6.
  2027.  
  2028. Enhancements include support the French Canadian, Romanian, Brazilian, 
  2029. and Icelandic keyboards, as well as a correction to the German keyboard.
  2030.  
  2031. LCD.CPI----------------------------------------------------------------------
  2032.  
  2033. Code-page information file for IBM PC Convertible liquid crystal display.
  2034.  
  2035. MIRROR-----------------------------------------------------------------------
  2036.  
  2037. Starts the MIRROR program, which records information about one or more 
  2038. disks; the UNFORMAT and UNDELETE commands can use this information to 
  2039. restore a reformatted disk or to recover deleted files. 
  2040.  
  2041. SYNTAX
  2042. ------
  2043. MIRROR [drive:[ ...]] [/1] [/Tdrive[-entries][ ...]] 
  2044.  
  2045. MIRROR [/u] 
  2046.  
  2047. MIRROR [/partn] 
  2048.  
  2049. To save information about the disk in the current drive, use the following 
  2050. syntax:  
  2051.  
  2052. MIRROR 
  2053.  
  2054. PARAMETER
  2055. ---------
  2056. drive:
  2057.    Specifies the drive containing the disk for which you want MIRROR to
  2058.    save information. This information is used by the UNFORMAT command to
  2059.    restore a disk.
  2060.  
  2061. SWITCHES
  2062. --------
  2063. /1
  2064.    Retains only the latest information about the disk. If you do not
  2065.    specify this switch, MIRROR makes a backup copy of the existing
  2066.    disk-information file before recording the current information.
  2067.  
  2068. /Tdrive[-entries]
  2069.    Loads a terminate-and-stay-resident deletion-tracking program that
  2070.    records information used by the UNDELETE command to recover deleted
  2071.    files. The required drive parameter specifies the drive containing
  2072.    the disk for which you want MIRROR to save information about deleted
  2073.    files. The optional entries parameter, which must be a value in the
  2074.    range 1 through 999, specifies the maximum number of entries in the
  2075.    deletion-tracking file (PCTRACKR.DEL). The default value for entries
  2076.    is dependent upon the type of disk being tracked. The following list
  2077.    shows each disk size, its default number of entries, and its
  2078.    corresponding file size:
  2079.  
  2080. Disk size          Entries       File size 
  2081. 360K                  25            5K 
  2082. 720K                  50            9K 
  2083. 1.2 megabyte (MB)     75           14K
  2084. 1.44 MB               75           14K 
  2085. 20 MB                101           18K 
  2086. 32 MB                202           36K
  2087. 32 MB                303           55K
  2088.  
  2089. CAUTION  Do not use deletion tracking for any drive that has been 
  2090. redirected by using the JOIN or SUBST command. If you intend to use the 
  2091. ASSIGN command, you must do so before using MIRROR to install deletion 
  2092. tracking. 
  2093.  
  2094. /U
  2095.    Unloads the deletion-tracking program from memory, disabling deletion
  2096.    tracking. You cannot unload the tracking program if you loaded any
  2097.    other memory-resident programs after it.
  2098.  
  2099. /PARTN
  2100.    Saves system information about how a hard disk is partitioned. The
  2101.    switch saves the information in a file on a floppy disk. The UNFORMAT
  2102.    command can use this file later to rebuild the partitions of a disk.
  2103.  
  2104. Saving information about a disk 
  2105. -------------------------------
  2106. The MIRROR program saves a copy of the file allocation table and the root 
  2107. directory of the disk in the specified drive. The UNFORMAT command can 
  2108. use this information to rebuild a disk that has been unintentionally 
  2109. formatted, or it can use the information to recover files and subdirectories 
  2110. in the disk's root directory. 
  2111.  
  2112. Because UNFORMAT restores the diskÆs system area to the condition it was 
  2113. in when you last used MIRROR, you should save this information frequently 
  2114. for every hard disk drive in your system. To ensure that the information 
  2115. is saved each time you turn on your computer, you may want to add a MIRROR 
  2116. command to your AUTOEXEC.BAT file. 
  2117.  
  2118. Removing the deletion-tracking program from memory 
  2119. --------------------------------------------------
  2120. You may need to remove the deletion-tracking program from memory. To do so, 
  2121. remove all memory-resident programs that you loaded after the deletion-
  2122. tracking program, and then use the MIRROR command with the /U switch. 
  2123. Since this turns off deletion tracking, any files deleted after you remove 
  2124. the tracking program can be recovered only by using information in the 
  2125. directory. 
  2126.  
  2127. Saving information about hard-disk partitions 
  2128. ---------------------------------------------
  2129. Every formatted hard disk drive has at least one partition. To identify a 
  2130. hard disk drive, MS-DOS uses information stored in a special disk partition 
  2131. table. If this table is corrupted, MS-DOS cannot locate the hard disk. 
  2132.  
  2133. You can save partition-table information for a hard disk by using the 
  2134. MIRROR command with the /PARTN switch. This switch creates a file named 
  2135. PARTNSAV.FIL, which the UNFORMAT command can use to rebuild the partition 
  2136. table. Because MS-DOS cannot gain access to your hard disk if the partition 
  2137. table is damaged, you should not put this file on the hard disk itself. 
  2138. Instead, you should put the file on a floppy disk (which you should keep 
  2139. in a safe place) or on another hard disk drive, such as a network server. 
  2140.  
  2141. EXAMPLES
  2142. --------
  2143. To save a copy of the file allocation table and the root directory of 
  2144. drive C and to install deletion tracking for drives A and C, type the 
  2145. following command: 
  2146.  
  2147.    mirror c: /ta /tc 
  2148.    
  2149. Suppose you want to save a copy of the file allocation table and the root 
  2150. directory of the disk in the current drive, and you want to install the 
  2151. deletion-tracking program for drive C. To do this and to set the maximum 
  2152. number of deletions to be tracked to 500, type the following command. 
  2153. (Note that since no drive parameter is specified, MIRROR saves the 
  2154. information about the disk in the current drive.) 
  2155.  
  2156.    mirror /tc-500 
  2157.  
  2158. To save a copy of the partition table for your hard disk drive, type the 
  2159. following command: 
  2160.  
  2161.    mirror /partn 
  2162.    
  2163. The MIRROR program displays the following information: 
  2164.  
  2165.    Disk Partition Table saver. 
  2166.    The partition information from your hard drive(s) has been read. 
  2167.    Next, the file PARTNSAV.FIL will be written to a floppy disk. Please 
  2168.    insert a formatted diskette and enter the name of the diskette drive. 
  2169.    What drive? A 
  2170.  
  2171. The default disk drive is drive A. If you want to use a different drive, 
  2172. type the drive letter (making sure it does not identify a partition on 
  2173. the hard disk drive), insert a formatted floppy disk in the drive (if 
  2174. necessary), and press ENTER. 
  2175.  
  2176. MSHERC----------------------------------------------------------------------
  2177.  
  2178. Installs support for Qbasic programs that use the Hercules graphics
  2179. card.
  2180.  
  2181. SYNTAX
  2182. ------
  2183. MSHERC [/HALF]
  2184.  
  2185. SWITCH
  2186. ------
  2187. /HALF
  2188.    Use this switch when a color adapter is also installed.
  2189.  
  2190. PRINTER.SYS------------------------------------------------------------------
  2191.  
  2192. Supports code-page switching for the parallel ports PRN, LPT1, LPT2, and 
  2193. LPT3. 
  2194.  
  2195. SYNTAX
  2196. ------ 
  2197. DEVICE=[drive:][path]PRINTER.SYS LPTx=(type[,[hwcp][,n]]) 
  2198.  
  2199. PARAMETERS
  2200. ----------
  2201. [drive:][path]
  2202.    Specifies the location of the PRINTER.SYS file.
  2203.  
  2204. LPTx
  2205.     Specifies the number of the parallel port for which you want to support
  2206.     code-page switching.
  2207.  
  2208. type
  2209.     Specifies the printer in use. The following list shows valid values for
  2210.     type and the printers represented by each value:
  2211.  
  2212.     4201    IBM Proprinters II and III Model 4201
  2213.         IBM Proprinters II and III XL Model 4202
  2214.     4208    IBM Proprinter X24E Model 4207
  2215.         IBM Proprinter XL24E Model 4208
  2216.     5202    IBM Quietwriter III Model 5202
  2217.  
  2218. hwcp
  2219.     Specifies the code page your hardware supports. The following list
  2220.     shows the code pages that MS-DOS supports and the country or language
  2221.     for each:
  2222.  
  2223.     437    United States
  2224.     850    Multilingual (Latin I)
  2225.     852    Slavic (Latin II)
  2226.     860    Portuguese
  2227.     863    Canadian-French
  2228.     865    Nordic
  2229.  
  2230. n
  2231.     Specifies the number of code pages your hardware can support in
  2232.     addition to the code page specified in the hwcp parameter.
  2233.  
  2234. EXAMPLE
  2235. -------
  2236. The following command loads the PRINTER.SYS device driver for use with the 
  2237. IBM Proprinter X24E Model 4207, loads code page 850, and prepares 
  2238. PRINTER.SYS to support two additional code pages: 
  2239.  
  2240.    device=c:\dos\printer.sys lpt1:=(4208,850,2) 
  2241.    
  2242. PRINTFIX--------------------------------------------------------------------
  2243.  
  2244. Prevents MS-DOS from checking the status of your printer. Use this
  2245. command only if you have had problems printing since you installed
  2246. MS-DOS 6.
  2247.  
  2248. SYNTAX
  2249. ------
  2250. PRINTFIX
  2251.  
  2252. SETUP------------------------------------------------------------------------
  2253.  
  2254. Installs the commands and files on the Supplemental disks to your
  2255. hard drive.
  2256.  
  2257. SYNTAX
  2258. ------
  2259. SETUP [drive:][path]
  2260.  
  2261. PARAMETERS
  2262. ----------
  2263. [drive:][path]
  2264.    The drive and directory to which you want to install the Supplemental
  2265.    disk commands and files
  2266.  
  2267. NOTES
  2268. -----
  2269. You can run the Setup program from a floppy drive, your hard disk, or
  2270. from a network drive--just make sure the Setup program is in the same
  2271. drive and directory that contains your Supplemental disk files.
  2272.  
  2273. If you install any of the Utilities from MS-DOS 5.0, such as the Backup 
  2274. program, you must restart your computer before using them. This is because 
  2275. the Setup program modifies your SETVER table, and you must restart your
  2276. computer for the modifications to take effect.
  2277.  
  2278. SPATCH.BAT------------------------------------------------------------------
  2279.  
  2280. If your computer uses a Windows 3.0 permanent swap file, run 
  2281. the SPATCH.BAT program to make the swap file compatible with MS-DOS 6. 
  2282.  
  2283. For more information, see the README.TXT file included with MS-DOS 6.
  2284.  
  2285. NOTE: This file is included on the Supplemental disks because some
  2286. versions of MS-DOS 6 did not include the file.
  2287.